DateConvert(conversion-type, date)Converts local time to Universal Coordinated Time (UTC ) or UTC to local time based on the specified parameters. This function uses the daylight savings settings in the executing machine to compute daylight savings time, if required.
There are two conversion types: "local2Utc" and "utc2Local." The former converts local time to UTC time. The later converts UTC time to local time.
Any ColdFusion date and time string. In order to create a ColdFusion date and time, use CreateDateTime.